home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCMania 38
/
PCMania CD38_1.iso
/
ascend
/
install.bat
Wrap
DOS Batch File
|
1995-07-26
|
724b
|
32 lines
@echo off
data\dos4gw data\install.exe
if errorlevel 2 goto end
if errorlevel 1 goto 1
setsound
cls
echo.
echo Ascendancy has been installed successfully!
echo.
echo Ascendancy will now attempt to configure VESA support for your
echo video card. It is possible, though very unlikely, that the
echo auto-detection mechanism will cause your computer to hang. If
echo this should happen, just reboot your computer.
echo.
pause
uvconfig -gen
goto 2
:1
setsound
:2
cls
echo.
echo The Ascendancy installation is complete!
echo.
echo If at any time you would like to reconfigure your sound setup
echo for Ascendancy, just run "setsound".
echo.
echo To begin Ascendancy, type "ascend".
echo.
:end